﻿2026-07-23T17:42:29.1077412Z ##[group]Run set -euo pipefail
2026-07-23T17:42:29.1077741Z [36;1mset -euo pipefail[0m
2026-07-23T17:42:29.1077984Z [36;1mPIN=0c95435[0m
2026-07-23T17:42:29.1078209Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-07-23T17:42:29.1078498Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-07-23T17:42:29.1078874Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-07-23T17:42:29.1079645Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-07-23T17:42:29.1080160Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-07-23T17:42:29.1080594Z [36;1m  rm -rf "$CACHE"[0m
2026-07-23T17:42:29.1080851Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-07-23T17:42:29.1081146Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-07-23T17:42:29.1081497Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-07-23T17:42:29.1081877Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-07-23T17:42:29.1082178Z [36;1mfi[0m
2026-07-23T17:42:29.1082483Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-23T17:42:29.1096026Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-07-23T17:42:29.1096351Z env:
2026-07-23T17:42:29.1096597Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-23T17:42:29.1096850Z ##[endgroup]
2026-07-23T17:42:29.3934285Z    Compiling proc-macro2 v1.0.106
2026-07-23T17:42:29.3934918Z    Compiling unicode-ident v1.0.24
2026-07-23T17:42:29.3935211Z    Compiling quote v1.0.45
2026-07-23T17:42:29.3935469Z    Compiling libc v0.2.186
2026-07-23T17:42:29.3935683Z    Compiling serde_core v1.0.228
2026-07-23T17:42:29.3960612Z    Compiling cfg-if v1.0.4
2026-07-23T17:42:29.3978343Z    Compiling serde v1.0.228
2026-07-23T17:42:29.4010930Z    Compiling log v0.4.32
2026-07-23T17:42:29.4063209Z    Compiling pin-project-lite v0.2.17
2026-07-23T17:42:29.4191450Z    Compiling typenum v1.20.1
2026-07-23T17:42:29.4261465Z    Compiling portable-atomic v1.13.1
2026-07-23T17:42:29.4262526Z    Compiling version_check v0.9.5
2026-07-23T17:42:29.4263121Z    Compiling memchr v2.8.1
2026-07-23T17:42:29.4263535Z    Compiling find-msvc-tools v0.1.9
2026-07-23T17:42:29.4411108Z    Compiling shlex v2.0.1
2026-07-23T17:42:29.4603205Z    Compiling critical-section v1.2.0
2026-07-23T17:42:29.4887135Z    Compiling subtle v2.6.1
2026-07-23T17:42:29.5081487Z    Compiling bytes v1.11.1
2026-07-23T17:42:29.5511734Z    Compiling futures-core v0.3.32
2026-07-23T17:42:29.6531626Z    Compiling smallvec v1.15.1
2026-07-23T17:42:29.6670867Z    Compiling equivalent v1.0.2
2026-07-23T17:42:29.7071363Z    Compiling itoa v1.0.18
2026-07-23T17:42:29.7245378Z    Compiling semver v1.0.28
2026-07-23T17:42:29.7252998Z    Compiling stable_deref_trait v1.2.1
2026-07-23T17:42:29.7311403Z    Compiling futures-sink v0.3.32
2026-07-23T17:42:29.7481017Z    Compiling slab v0.4.12
2026-07-23T17:42:29.7581546Z    Compiling futures-io v0.3.32
2026-07-23T17:42:29.8111092Z    Compiling futures-task v0.3.32
2026-07-23T17:42:29.8453710Z    Compiling futures-channel v0.3.32
2026-07-23T17:42:29.8766462Z    Compiling generic-array v0.14.7
2026-07-23T17:42:29.9162058Z    Compiling rand_core v0.10.1
2026-07-23T17:42:29.9264757Z    Compiling bitflags v2.12.1
2026-07-23T17:42:29.9720079Z    Compiling hashbrown v0.17.1
2026-07-23T17:42:29.9820899Z    Compiling rustversion v1.0.22
2026-07-23T17:42:29.9822783Z    Compiling cpufeatures v0.2.17
2026-07-23T17:42:30.0571233Z    Compiling rustc_version v0.4.1
2026-07-23T17:42:30.0662779Z    Compiling getrandom v0.4.2
2026-07-23T17:42:30.0886678Z    Compiling fnv v1.0.7
2026-07-23T17:42:30.0954662Z    Compiling strsim v0.11.1
2026-07-23T17:42:30.1316168Z    Compiling cfg_aliases v0.2.1
2026-07-23T17:42:30.1650711Z    Compiling writeable v0.6.3
2026-07-23T17:42:30.1720744Z    Compiling litemap v0.8.2
2026-07-23T17:42:30.1860810Z    Compiling icu_normalizer_data v2.2.0
2026-07-23T17:42:30.2051095Z    Compiling dunce v1.0.5
2026-07-23T17:42:30.2860677Z    Compiling ident_case v1.0.1
2026-07-23T17:42:30.3433507Z    Compiling utf8_iter v1.0.4
2026-07-23T17:42:30.3580700Z    Compiling fs_extra v1.3.0
2026-07-23T17:42:30.3801144Z    Compiling icu_properties_data v2.2.0
2026-07-23T17:42:30.4272591Z    Compiling autocfg v1.5.1
2026-07-23T17:42:30.4644511Z    Compiling percent-encoding v2.3.2
2026-07-23T17:42:30.5160587Z    Compiling http v1.4.1
2026-07-23T17:42:30.5724445Z    Compiling cpufeatures v0.3.0
2026-07-23T17:42:30.6465498Z    Compiling unicode-segmentation v1.13.3
2026-07-23T17:42:30.6538413Z    Compiling aws-lc-rs v1.17.0
2026-07-23T17:42:30.6785485Z    Compiling thiserror v2.0.18
2026-07-23T17:42:30.6980568Z    Compiling scopeguard v1.2.0
2026-07-23T17:42:30.7300913Z    Compiling syn v2.0.117
2026-07-23T17:42:30.7780513Z    Compiling lock_api v0.4.14
2026-07-23T17:42:30.7910303Z    Compiling chacha20 v0.10.0
2026-07-23T17:42:30.8211188Z    Compiling form_urlencoded v1.2.2
2026-07-23T17:42:30.8345415Z    Compiling indexmap v2.14.0
2026-07-23T17:42:30.9008769Z    Compiling untrusted v0.9.0
2026-07-23T17:42:30.9082422Z    Compiling rustls v0.23.40
2026-07-23T17:42:30.9672429Z    Compiling heck v0.5.0
2026-07-23T17:42:31.0140529Z    Compiling unicode-xid v0.2.6
2026-07-23T17:42:31.0528825Z    Compiling atomic-waker v1.1.2
2026-07-23T17:42:31.0850735Z    Compiling anyhow v1.0.102
2026-07-23T17:42:31.1050404Z    Compiling const-oid v0.10.2
2026-07-23T17:42:31.1260396Z    Compiling paste v1.0.15
2026-07-23T17:42:31.1340782Z    Compiling parking_lot_core v0.9.12
2026-07-23T17:42:31.1582601Z    Compiling convert_case v0.10.0
2026-07-23T17:42:31.2110726Z    Compiling jobserver v0.1.34
2026-07-23T17:42:31.2198398Z    Compiling zerocopy v0.8.50
2026-07-23T17:42:31.2627014Z    Compiling httparse v1.10.1
2026-07-23T17:42:31.2672528Z    Compiling hybrid-array v0.4.12
2026-07-23T17:42:31.2703870Z    Compiling num-traits v0.2.19
2026-07-23T17:42:31.4140948Z    Compiling curve25519-dalek v4.1.3
2026-07-23T17:42:31.4500682Z    Compiling ahash v0.8.12
2026-07-23T17:42:31.4634719Z    Compiling fastrand v2.4.1
2026-07-23T17:42:31.4704899Z    Compiling either v1.16.0
2026-07-23T17:42:31.5260201Z    Compiling cc v1.2.63
2026-07-23T17:42:31.6390447Z    Compiling http-body v1.0.1
2026-07-23T17:42:31.6600555Z    Compiling base64ct v1.8.3
2026-07-23T17:42:31.6854095Z    Compiling powerfmt v0.2.0
2026-07-23T17:42:31.7751149Z    Compiling crypto-common v0.1.7
2026-07-23T17:42:31.7870596Z    Compiling block-buffer v0.10.4
2026-07-23T17:42:31.8120296Z    Compiling num-conv v0.2.2
2026-07-23T17:42:31.9170165Z    Compiling digest v0.10.7
2026-07-23T17:42:31.9340400Z    Compiling deranged v0.5.8
2026-07-23T17:42:31.9500660Z    Compiling pem-rfc7468 v1.0.0
2026-07-23T17:42:31.9530923Z    Compiling time-core v0.1.8
2026-07-23T17:42:31.9721062Z    Compiling base64 v0.22.1
2026-07-23T17:42:32.0087509Z    Compiling try-lock v0.2.5
2026-07-23T17:42:32.0380328Z    Compiling mio v1.2.1
2026-07-23T17:42:32.0710860Z    Compiling socket2 v0.6.4
2026-07-23T17:42:32.1190774Z    Compiling getrandom v0.2.17
2026-07-23T17:42:32.1840977Z    Compiling tower-service v0.3.3
2026-07-23T17:42:32.1976774Z    Compiling zmij v1.0.21
2026-07-23T17:42:32.2140730Z    Compiling pkg-config v0.3.33
2026-07-23T17:42:32.2690374Z    Compiling rand_core v0.6.4
2026-07-23T17:42:32.3123868Z    Compiling rand v0.10.1
2026-07-23T17:42:32.3800344Z    Compiling uuid v1.23.2
2026-07-23T17:42:32.4000679Z    Compiling tinyvec_macros v0.1.1
2026-07-23T17:42:32.4110610Z    Compiling data-encoding v2.11.0
2026-07-23T17:42:32.4336195Z    Compiling vcpkg v0.2.15
2026-07-23T17:42:32.4480577Z    Compiling sha2 v0.10.9
2026-07-23T17:42:32.5313388Z    Compiling tinyvec v1.11.0
2026-07-23T17:42:32.5800861Z    Compiling parking_lot v0.12.5
2026-07-23T17:42:32.5961719Z    Compiling want v0.3.1
2026-07-23T17:42:32.7930583Z    Compiling cmake v0.1.58
2026-07-23T17:42:32.9227574Z    Compiling crypto-common v0.2.2
2026-07-23T17:42:32.9486446Z    Compiling block-buffer v0.12.0
2026-07-23T17:42:32.9604312Z    Compiling inout v0.1.4
2026-07-23T17:42:33.0660741Z    Compiling vergen-lib v9.1.0
2026-07-23T17:42:33.0910484Z    Compiling n0-future v0.3.2
2026-07-23T17:42:33.1330631Z    Compiling serde_json v1.0.150
2026-07-23T17:42:33.1517767Z    Compiling cordyceps v0.3.4
2026-07-23T17:42:33.2228631Z    Compiling httpdate v1.0.3
2026-07-23T17:42:33.2450525Z    Compiling parking v2.2.1
2026-07-23T17:42:33.2982834Z    Compiling winnow v1.0.3
2026-07-23T17:42:33.3191290Z    Compiling crossbeam-utils v0.8.21
2026-07-23T17:42:33.3260683Z    Compiling spin v0.10.0
2026-07-23T17:42:33.3406904Z    Compiling signature v2.2.0
2026-07-23T17:42:33.3610554Z    Compiling diatomic-waker v0.2.3
2026-07-23T17:42:33.4130822Z    Compiling futures-lite v2.6.1
2026-07-23T17:42:33.4390429Z    Compiling ed25519 v2.2.3
2026-07-23T17:42:33.4752471Z    Compiling futures-buffered v0.2.13
2026-07-23T17:42:33.4900445Z    Compiling cipher v0.4.4
2026-07-23T17:42:33.5170613Z    Compiling netlink-packet-core v0.8.1
2026-07-23T17:42:33.5234855Z    Compiling universal-hash v0.5.1
2026-07-23T17:42:33.6337838Z    Compiling vergen-lib v0.1.6
2026-07-23T17:42:33.6441922Z    Compiling vergen v9.1.0
2026-07-23T17:42:33.6514027Z    Compiling heapless v0.7.17
2026-07-23T17:42:33.6650900Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-23T17:42:33.7060757Z    Compiling noq-udp v0.10.0
2026-07-23T17:42:33.7260434Z    Compiling sync_wrapper v1.0.2
2026-07-23T17:42:33.7905859Z    Compiling opaque-debug v0.3.1
2026-07-23T17:42:33.8048099Z    Compiling aws-lc-sys v0.41.0
2026-07-23T17:42:33.8230305Z    Compiling ring v0.17.14
2026-07-23T17:42:33.8350366Z    Compiling libsqlite3-sys v0.30.1
2026-07-23T17:42:33.8420333Z    Compiling byteorder v1.5.0
2026-07-23T17:42:33.8700718Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-23T17:42:33.9016279Z    Compiling digest v0.11.3
2026-07-23T17:42:33.9019387Z    Compiling allocator-api2 v0.2.21
2026-07-23T17:42:33.9721224Z    Compiling polyval v0.6.2
2026-07-23T17:42:34.0701307Z    Compiling hash32 v0.2.1
2026-07-23T17:42:34.1157859Z    Compiling vergen-gitcl v1.0.8
2026-07-23T17:42:34.1410889Z    Compiling spin v0.9.8
2026-07-23T17:42:34.1640253Z    Compiling fallible-iterator v0.3.0
2026-07-23T17:42:34.3030360Z    Compiling tower-layer v0.3.3
2026-07-23T17:42:34.3250363Z    Compiling ryu v1.0.23
2026-07-23T17:42:34.3470680Z    Compiling num_threads v0.1.7
2026-07-23T17:42:34.3811238Z    Compiling signature v3.0.0
2026-07-23T17:42:34.4930491Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-23T17:42:34.5000650Z    Compiling time v0.3.47
2026-07-23T17:42:34.5350559Z    Compiling ghash v0.5.1
2026-07-23T17:42:34.5412049Z    Compiling sha2 v0.11.0-rc.5
2026-07-23T17:42:34.5436017Z    Compiling ctr v0.9.2
2026-07-23T17:42:34.5775755Z    Compiling aes v0.8.4
2026-07-23T17:42:34.6390839Z    Compiling fs2 v0.4.3
2026-07-23T17:42:34.6520441Z    Compiling aead v0.5.2
2026-07-23T17:42:34.6651107Z    Compiling http-body-util v0.1.3
2026-07-23T17:42:34.7270546Z    Compiling arrayvec v0.7.6
2026-07-23T17:42:34.8060538Z    Compiling utf8parse v0.2.2
2026-07-23T17:42:34.8520803Z    Compiling openssl-probe v0.2.1
2026-07-23T17:42:34.8621526Z    Compiling crossbeam-epoch v0.9.18
2026-07-23T17:42:34.8939807Z    Compiling crossbeam-channel v0.5.15
2026-07-23T17:42:34.9320730Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-23T17:42:34.9830960Z    Compiling netlink-packet-route v0.29.0
2026-07-23T17:42:35.0628507Z    Compiling blake3 v1.8.5
2026-07-23T17:42:35.0752500Z    Compiling memoffset v0.6.5
2026-07-23T17:42:35.1671687Z    Compiling acto v0.8.2
2026-07-23T17:42:35.2557395Z    Compiling aes-gcm v0.10.3
2026-07-23T17:42:35.2875686Z    Compiling noq v0.18.0
2026-07-23T17:42:35.3899956Z    Compiling netwatch v0.16.0
2026-07-23T17:42:35.4329520Z    Compiling sorted-index-buffer v0.2.1
2026-07-23T17:42:35.4400154Z    Compiling foldhash v0.2.0
2026-07-23T17:42:35.4723100Z    Compiling identity-hash v0.1.0
2026-07-23T17:42:35.5611111Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-23T17:42:35.5930409Z    Compiling thiserror v1.0.69
2026-07-23T17:42:35.6030566Z    Compiling xml-rs v0.8.28
2026-07-23T17:42:35.6100850Z    Compiling lru-slab v0.1.2
2026-07-23T17:42:35.6460491Z    Compiling rustc-hash v2.1.2
2026-07-23T17:42:35.6529497Z    Compiling rustix v1.1.4
2026-07-23T17:42:35.7264413Z    Compiling mac-addr v0.3.0
2026-07-23T17:42:35.7601108Z    Compiling tagptr v0.2.0
2026-07-23T17:42:35.8720403Z    Compiling ref-cast v1.0.25
2026-07-23T17:42:35.8827164Z    Compiling synstructure v0.13.2
2026-07-23T17:42:35.9007051Z    Compiling darling_core v0.20.11
2026-07-23T17:42:35.9370635Z    Compiling serde_derive_internals v0.29.1
2026-07-23T17:42:36.0970594Z    Compiling hashbrown v0.16.1
2026-07-23T17:42:36.3439802Z    Compiling netlink-packet-route v0.30.0
2026-07-23T17:42:36.4022865Z    Compiling proc-macro-crate v3.5.0
2026-07-23T17:42:36.5977078Z    Compiling xmltree v0.10.3
2026-07-23T17:42:36.8340401Z    Compiling errno v0.3.14
2026-07-23T17:42:36.9210613Z    Compiling ioctl-rs v0.1.6
2026-07-23T17:42:36.9839223Z    Compiling termios v0.2.2
2026-07-23T17:42:36.9987073Z    Compiling serial-core v0.4.0
2026-07-23T17:42:37.0170143Z    Compiling aho-corasick v1.1.4
2026-07-23T17:42:37.0239568Z    Compiling simple-dns v0.9.3
2026-07-23T17:42:37.0250825Z    Compiling smol_str v0.1.24
2026-07-23T17:42:37.0901252Z    Compiling resolv-conf v0.7.6
2026-07-23T17:42:37.1270954Z    Compiling simdutf8 v0.1.5
2026-07-23T17:42:37.1879368Z    Compiling sha1_smol v1.0.1
2026-07-23T17:42:37.1953283Z    Compiling arrayref v0.3.9
2026-07-23T17:42:37.2548852Z    Compiling toml_write v0.1.2
2026-07-23T17:42:37.2771131Z    Compiling regex-syntax v0.8.10
2026-07-23T17:42:37.3408051Z    Compiling winnow v0.7.15
2026-07-23T17:42:37.4020800Z    Compiling linux-raw-sys v0.12.1
2026-07-23T17:42:37.4208533Z    Compiling signal-hook v0.3.18
2026-07-23T17:42:37.4367629Z    Compiling constant_time_eq v0.4.2
2026-07-23T17:42:37.4732975Z    Compiling serial-unix v0.4.0
2026-07-23T17:42:37.6250503Z    Compiling signal-hook-registry v1.4.8
2026-07-23T17:42:37.6680480Z    Compiling lru v0.16.4
2026-07-23T17:42:37.7410685Z    Compiling darling_core v0.23.0
2026-07-23T17:42:37.8377890Z    Compiling serde_bytes v0.11.19
2026-07-23T17:42:37.9679429Z    Compiling hmac v0.12.1
2026-07-23T17:42:38.0673470Z    Compiling serde_derive v1.0.228
2026-07-23T17:42:38.0764837Z    Compiling zeroize_derive v1.4.3
2026-07-23T17:42:38.1050735Z    Compiling tokio-macros v2.7.0
2026-07-23T17:42:38.3270896Z    Compiling zerofrom-derive v0.1.7
2026-07-23T17:42:38.6330635Z    Compiling zeroize v1.8.2
2026-07-23T17:42:38.8390618Z    Compiling futures-macro v0.3.32
2026-07-23T17:42:38.8484151Z    Compiling tokio v1.52.3
2026-07-23T17:42:39.1400141Z    Compiling yoke-derive v0.8.2
2026-07-23T17:42:39.4960936Z    Compiling zerovec-derive v0.11.3
2026-07-23T17:42:39.8070679Z    Compiling futures-util v0.3.32
2026-07-23T17:42:39.9669896Z    Compiling zerofrom v0.1.8
2026-07-23T17:42:39.9736722Z    Compiling displaydoc v0.2.6
2026-07-23T17:42:39.9889279Z    Compiling tracing-attributes v0.1.31
2026-07-23T17:42:40.1499555Z    Compiling rustls-pki-types v1.14.1
2026-07-23T17:42:40.4940617Z    Compiling yoke v0.8.3
2026-07-23T17:42:40.6910604Z    Compiling thiserror-impl v2.0.18
2026-07-23T17:42:40.7214570Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-23T17:42:40.8840699Z    Compiling zerotrie v0.2.4
2026-07-23T17:42:41.0509169Z    Compiling zerovec v0.11.6
2026-07-23T17:42:41.2921656Z    Compiling darling_macro v0.20.11
2026-07-23T17:42:41.3502886Z    Compiling derive_more-impl v2.1.1
2026-07-23T17:42:41.6880453Z    Compiling n0-error-macros v0.1.3
2026-07-23T17:42:41.7029681Z    Compiling spez v0.1.2
2026-07-23T17:42:41.7127341Z    Compiling darling v0.20.11
2026-07-23T17:42:41.7425453Z    Compiling der v0.8.0-rc.10
2026-07-23T17:42:41.7865235Z    Compiling tinystr v0.8.3
2026-07-23T17:42:41.8260886Z    Compiling potential_utf v0.1.5
2026-07-23T17:42:41.9710571Z    Compiling icu_locale_core v2.2.0
2026-07-23T17:42:42.0340305Z    Compiling icu_collections v2.2.0
2026-07-23T17:42:42.1300758Z    Compiling derive_builder_core v0.20.2
2026-07-23T17:42:42.7510836Z    Compiling pin-project-internal v1.1.13
2026-07-23T17:42:42.7940597Z    Compiling n0-error v0.1.3
2026-07-23T17:42:42.9911233Z    Compiling cobs v0.3.0
2026-07-23T17:42:43.2140713Z    Compiling ed25519-dalek v2.2.0
2026-07-23T17:42:43.2210562Z    Compiling postcard-derive v0.2.2
2026-07-23T17:42:43.5030511Z    Compiling icu_provider v2.2.0
2026-07-23T17:42:43.6121131Z    Compiling ipnet v2.12.0
2026-07-23T17:42:43.7744918Z    Compiling derive_builder_macro v0.20.2
2026-07-23T17:42:43.7988171Z    Compiling spki v0.8.0-rc.4
2026-07-23T17:42:43.8374509Z    Compiling futures-executor v0.3.32
2026-07-23T17:42:43.9373708Z    Compiling icu_normalizer v2.2.0
2026-07-23T17:42:43.9850406Z    Compiling icu_properties v2.2.0
2026-07-23T17:42:44.0032280Z    Compiling prefix-trie v0.8.4
2026-07-23T17:42:44.0830657Z    Compiling derive_builder v0.20.2
2026-07-23T17:42:44.0924980Z    Compiling pin-project v1.1.13
2026-07-23T17:42:44.1590518Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-23T17:42:44.1774548Z    Compiling futures v0.3.32
2026-07-23T17:42:44.2448205Z    Compiling once_cell v1.21.4
2026-07-23T17:42:44.3070404Z    Compiling ed25519 v3.0.0-rc.4
2026-07-23T17:42:44.3254379Z    Compiling spt-proto v0.41.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-proto)
2026-07-23T17:42:44.4900726Z    Compiling tracing-core v0.1.36
2026-07-23T17:42:44.6010608Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-23T17:42:44.7170850Z    Compiling hashbrown v0.14.5
2026-07-23T17:42:44.8514519Z    Compiling rustls-native-certs v0.8.4
2026-07-23T17:42:44.8670807Z    Compiling num_enum_derive v0.7.6
2026-07-23T17:42:45.0460852Z    Compiling tracing v0.1.44
2026-07-23T17:42:45.2656766Z    Compiling tokio-util v0.7.18
2026-07-23T17:42:45.3594424Z    Compiling netlink-sys v0.8.8
2026-07-23T17:42:45.3620590Z    Compiling postcard v1.1.3
2026-07-23T17:42:45.5009263Z    Compiling idna_adapter v1.2.2
2026-07-23T17:42:45.6260882Z    Compiling idna v1.1.0
2026-07-23T17:42:45.6367955Z    Compiling hashlink v0.9.1
2026-07-23T17:42:45.6517267Z    Compiling data-encoding-macro v0.1.20
2026-07-23T17:42:45.6760595Z    Compiling tower v0.5.3
2026-07-23T17:42:45.7149455Z    Compiling strum_macros v0.28.0
2026-07-23T17:42:45.8610801Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-23T17:42:45.8700555Z    Compiling iroh-metrics-derive v0.4.1
2026-07-23T17:42:45.9730540Z    Compiling enum-assoc v1.3.0
2026-07-23T17:42:45.9888003Z    Compiling async-trait v0.1.89
2026-07-23T17:42:45.9900339Z    Compiling num_enum v0.7.6
2026-07-23T17:42:46.0040911Z    Compiling iroh-relay v0.98.0
2026-07-23T17:42:46.0900142Z    Compiling rusqlite v0.32.1
2026-07-23T17:42:46.1033210Z    Compiling url v2.5.8
2026-07-23T17:42:46.2461476Z    Compiling derive_more v2.1.1
2026-07-23T17:42:46.3434185Z    Compiling h2 v0.4.14
2026-07-23T17:42:46.3435979Z    Compiling tokio-stream v0.1.18
2026-07-23T17:42:46.3560428Z    Compiling iroh-metrics v0.38.3
2026-07-23T17:42:46.4689806Z    Compiling netlink-proto v0.12.0
2026-07-23T17:42:46.5380629Z    Compiling n0-watcher v0.6.1
2026-07-23T17:42:46.5828384Z    Compiling netdev v0.42.0
2026-07-23T17:42:46.8240927Z    Compiling moka v0.12.15
2026-07-23T17:42:46.8360469Z    Compiling serde_spanned v0.6.9
2026-07-23T17:42:46.8363679Z    Compiling toml_datetime v0.6.11
2026-07-23T17:42:46.9590812Z    Compiling thiserror-impl v1.0.69
2026-07-23T17:42:46.9711421Z    Compiling ref-cast-impl v1.0.25
2026-07-23T17:42:47.0170607Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-23T17:42:47.0381944Z    Compiling tower-http v0.6.11
2026-07-23T17:42:47.1803337Z    Compiling iroh-base v0.98.0
2026-07-23T17:42:47.1913993Z    Compiling attohttpc v0.30.1
2026-07-23T17:42:47.5410325Z    Compiling spt-store v0.41.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-store)
2026-07-23T17:42:47.6390860Z    Compiling toml_edit v0.22.27
2026-07-23T17:42:47.7050964Z    Compiling webpki-roots v1.0.7
2026-07-23T17:42:47.8260400Z    Compiling regex-automata v0.4.14
2026-07-23T17:42:47.9872810Z    Compiling schemars_derive v1.2.1
2026-07-23T17:42:48.0300918Z    Compiling seize v0.5.1
2026-07-23T17:42:48.1694134Z    Compiling iroh v0.98.2
2026-07-23T17:42:48.4440582Z    Compiling cmov v0.5.4
2026-07-23T17:42:48.4536162Z    Compiling pin-utils v0.1.0
2026-07-23T17:42:48.4680648Z    Compiling bitflags v1.3.2
2026-07-23T17:42:48.4774435Z    Compiling dyn-clone v1.0.20
2026-07-23T17:42:48.5203243Z    Compiling rustix v0.38.44
2026-07-23T17:42:48.5276885Z    Compiling nix v0.25.1
2026-07-23T17:42:48.5770684Z    Compiling filedescriptor v0.8.3
2026-07-23T17:42:48.6850684Z    Compiling papaya v0.2.4
2026-07-23T17:42:48.7511103Z    Compiling ctutils v0.4.2
2026-07-23T17:42:48.7941010Z    Compiling strum v0.28.0
2026-07-23T17:42:48.8560960Z    Compiling backon v1.6.0
2026-07-23T17:42:48.8880666Z    Compiling iroh-dns v0.98.0
2026-07-23T17:42:48.8970518Z    Compiling darling_macro v0.23.0
2026-07-23T17:42:48.9779842Z    Compiling hkdf v0.12.4
2026-07-23T17:42:49.0720620Z    Compiling serial v0.4.0
2026-07-23T17:42:49.1090832Z    Compiling anstyle-parse v1.0.0
2026-07-23T17:42:49.1380663Z    Compiling vte_generate_state_changes v0.1.2
2026-07-23T17:42:49.1381727Z    Compiling unicode-width v0.2.0
2026-07-23T17:42:49.2039541Z    Compiling linux-raw-sys v0.4.15
2026-07-23T17:42:49.2900672Z    Compiling shell-words v1.1.1
2026-07-23T17:42:49.3183433Z    Compiling instability v0.3.12
2026-07-23T17:42:49.4529063Z    Compiling foldhash v0.1.5
2026-07-23T17:42:49.4613586Z    Compiling downcast-rs v1.2.1
2026-07-23T17:42:49.4641293Z    Compiling is_terminal_polyfill v1.70.2
2026-07-23T17:42:49.4980672Z    Compiling colorchoice v1.0.5
2026-07-23T17:42:49.5479208Z    Compiling anstyle v1.0.14
2026-07-23T17:42:49.5585189Z    Compiling anstyle-query v1.1.5
2026-07-23T17:42:49.5791469Z    Compiling vte v0.13.1
2026-07-23T17:42:49.5908857Z    Compiling signal-hook-mio v0.2.5
2026-07-23T17:42:49.5932473Z    Compiling darling v0.23.0
2026-07-23T17:42:49.6465368Z    Compiling hashbrown v0.15.5
2026-07-23T17:42:49.6809240Z    Compiling spake2 v0.4.0
2026-07-23T17:42:49.6970670Z    Compiling terminal_size v0.4.4
2026-07-23T17:42:49.7070842Z    Compiling strum_macros v0.26.4
2026-07-23T17:42:49.8450903Z    Compiling anstream v1.0.0
2026-07-23T17:42:49.8580973Z    Compiling sha1 v0.10.6
2026-07-23T17:42:50.0220724Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-23T17:42:50.1274403Z    Compiling itertools v0.13.0
2026-07-23T17:42:50.2932127Z    Compiling castaway v0.2.4
2026-07-23T17:42:50.3760678Z    Compiling schemars v1.2.1
2026-07-23T17:42:50.4090544Z    Compiling toml v0.8.23
2026-07-23T17:42:50.5392855Z    Compiling static_assertions v1.1.0
2026-07-23T17:42:50.6140621Z    Compiling clap_lex v1.1.0
2026-07-23T17:42:50.7174572Z    Compiling regex v1.12.3
2026-07-23T17:42:50.8920561Z    Compiling doctest-file v1.1.1
2026-07-23T17:42:51.0030198Z    Compiling unicode-width v0.1.14
2026-07-23T17:42:51.3092326Z    Compiling indoc v2.0.7
2026-07-23T17:42:51.4360661Z    Compiling interprocess v2.4.2
2026-07-23T17:42:51.5180611Z    Compiling clap_builder v4.6.0
2026-07-23T17:42:51.5730573Z    Compiling hyper v1.10.1
2026-07-23T17:42:51.7950369Z    Compiling spt-msg v0.41.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-msg)
2026-07-23T17:42:52.3789153Z    Compiling spt-runtime v0.41.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-runtime)
2026-07-23T17:42:52.3864143Z    Compiling strum v0.26.3
2026-07-23T17:42:52.3900635Z    Compiling unicode-truncate v1.1.0
2026-07-23T17:42:52.5060341Z    Compiling crossterm v0.28.1
2026-07-23T17:42:52.5288191Z    Compiling compact_str v0.8.2
2026-07-23T17:42:52.5661421Z    Compiling lru v0.12.5
2026-07-23T17:42:52.7710425Z    Compiling portable-pty v0.8.1
2026-07-23T17:42:52.8621055Z    Compiling clap_derive v4.6.1
2026-07-23T17:42:53.0470478Z    Compiling iana-time-zone v0.1.65
2026-07-23T17:42:53.0572634Z    Compiling cassowary v0.3.0
2026-07-23T17:42:53.3561007Z    Compiling spt-term v0.41.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-term)
2026-07-23T17:42:53.4510721Z    Compiling hyper-util v0.1.20
2026-07-23T17:42:53.4690686Z    Compiling ratatui v0.29.0
2026-07-23T17:42:53.6710451Z    Compiling chrono v0.4.45
2026-07-23T17:42:53.8011152Z    Compiling nucleo-matcher v0.3.1
2026-07-23T17:42:53.9130618Z    Compiling qrcode v0.14.1
2026-07-23T17:42:53.9300403Z    Compiling tempfile v3.27.0
2026-07-23T17:42:55.1098511Z    Compiling clap v4.6.1
2026-07-23T17:42:55.4524294Z    Compiling igd-next v0.17.1
2026-07-23T17:42:55.9703088Z    Compiling spt-live v0.41.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-live)
2026-07-23T17:42:56.5661913Z    Compiling portmapper v0.16.0
2026-07-23T17:43:02.1733052Z    Compiling rustls-webpki v0.103.13
2026-07-23T17:43:04.5363270Z    Compiling tokio-rustls v0.26.4
2026-07-23T17:43:04.5363743Z    Compiling noq-proto v0.17.0
2026-07-23T17:43:04.5364229Z    Compiling rustls-platform-verifier v0.7.0
2026-07-23T17:43:04.6781188Z    Compiling hickory-net v0.26.0-beta.4
2026-07-23T17:43:04.6781933Z    Compiling hyper-rustls v0.27.9
2026-07-23T17:43:04.6782434Z    Compiling tokio-websockets v0.13.2
2026-07-23T17:43:04.8082706Z    Compiling reqwest v0.13.4
2026-07-23T17:43:05.7494899Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-23T17:43:19.4313639Z    Compiling spt-net v0.41.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-net)
2026-07-23T17:43:20.9003224Z    Compiling spt-daemon v0.41.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-daemon)
2026-07-23T17:43:30.3058319Z    Compiling spt v0.41.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt)
2026-07-23T17:43:35.2087555Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 06s
2026-07-23T17:43:35.2327869Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-9b0a1977fdc399ed)
2026-07-23T17:43:35.2341301Z 
2026-07-23T17:43:35.2341506Z running 1 test
2026-07-23T17:43:41.4239142Z test new_brain_serves_against_old_broker ... ok
2026-07-23T17:43:41.4239551Z 
2026-07-23T17:43:41.4239854Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.19s
2026-07-23T17:43:41.4240232Z 
